home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / scripts / outdoors.shader < prev    next >
Encoding:
Text File  |  2000-11-22  |  613 b   |  36 lines

  1. //******************************************
  2. //*    Rock, Sand and vegetation textures  *
  3. //******************************************
  4.  
  5. textures/outdoors/groundtest_1
  6. {
  7.     qer_editorimage textures/organics/grass3.tga
  8.     tessSize 512
  9.     //cull front
  10.     deformVertexes wave 256 sin 5 10 0 .0000001
  11.  
  12.     {
  13.         map $lightmap
  14.         rgbGen identity
  15.     }
  16.  
  17.     //{
  18.     //    map textures/organics/grass3.tga
  19.     //    blendFunc GL_DST_COLOR GL_SRC_COLOR
  20.     //    detail
  21.     //    tcMod scale .25 .21
  22.     //    rgbgen identity
  23.  
  24.     //}
  25.     {
  26.         map textures/organics/grass3.tga
  27.         blendFunc filter
  28.     //    tcMod scale 4 4    
  29.         rgbgen identity
  30.  
  31.     }
  32.  
  33.  
  34. }
  35.  
  36.